_gtk_font_chooser_install_properties (gobject_class);
/**
- * GtkFontButton:title:
+ * GtkFontButton:title: (attributes org.gtk.Property.get=gtk_font_button_get_title org.gtk.Property.set=gtk_font_button_set_title)
*
* The title of the font chooser dialog.
*/
GTK_PARAM_READWRITE));
/**
- * GtkFontButton:use-font:
+ * GtkFontButton:use-font: (attributes org.gtk.Property.get=gtk_font_button_get_use_font org.gtk.Property.set=gtk_font_button_set_use_font)
*
* Whether the buttons label will be drawn in the selected font.
*/
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
- * GtkFontButton:use-size:
+ * GtkFontButton:use-size: (attributes org.gtk.Property.get=gtk_font_button_get_use_size org.gtk.Property.set=gtk_font_button_set_use_size)
*
* Whether the buttons label will use the selected font size.
*/
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
- * GtkFontButton:modal:
+ * GtkFontButton:modal: (attributes org.gtk.Property.get=gtk_font_button_get_modal org.gtk.Property.set=gtk_font_button_set_modal)
*
* Whether the font chooser dialog should be modal.
*/
}
/**
- * gtk_font_button_set_title:
+ * gtk_font_button_set_title: (attributes org.gtk.Method.set_property=title)
* @font_button: a `GtkFontButton`
* @title: a string containing the font chooser dialog title
*
}
/**
- * gtk_font_button_get_title:
+ * gtk_font_button_get_title: (attributes org.gtk.Method.get_property=title)
* @font_button: a `GtkFontButton`
*
* Retrieves the title of the font chooser dialog.
}
/**
- * gtk_font_button_set_modal:
+ * gtk_font_button_set_modal: (attributes org.gtk.Method.set_property=modal)
* @font_button: a `GtkFontButton`
* @modal: %TRUE to make the dialog modal
*
}
/**
- * gtk_font_button_get_modal:
+ * gtk_font_button_get_modal: (attributes org.gtk.Method.get_property=modal)
* @font_button: a `GtkFontButton`
*
* Gets whether the dialog is modal.
}
/**
- * gtk_font_button_get_use_font:
+ * gtk_font_button_get_use_font: (attributes org.gtk.Method.get_property=use-font)
* @font_button: a `GtkFontButton`
*
* Returns whether the selected font is used in the label.
}
/**
- * gtk_font_button_set_use_font:
+ * gtk_font_button_set_use_font: (attributes org.gtk.Method.set_property=use-font)
* @font_button: a `GtkFontButton`
* @use_font: If %TRUE, font name will be written using font chosen.
*
/**
- * gtk_font_button_get_use_size:
+ * gtk_font_button_get_use_size: (attributes org.gtk.Method.get_property=use-size)
* @font_button: a `GtkFontButton`
*
* Returns whether the selected size is used in the label.
}
/**
- * gtk_font_button_set_use_size:
+ * gtk_font_button_set_use_size: (attributes org.gtk.Method.set_property=use-size)
* @font_button: a `GtkFontButton`
* @use_size: If %TRUE, font name will be written using the
* selected size.